home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / CARIBBEAN_POKER.SWF / scripts / frame_17 / DoAction.as
Text File  |  2002-05-07  |  496b  |  33 lines

  1. Credits = "2000";
  2. Total = "2000";
  3. acheck = "1";
  4. jackpot = "1";
  5. creditsPlayed = "0";
  6. tOff = "0";
  7. creditsPlayedm = "0";
  8. hsdplay = "0";
  9. betMover = "1";
  10. chipRow = "1";
  11. rf = "0";
  12. dealplay = "1";
  13. pj1 = random("10");
  14. pj2 = random("10");
  15. pj3 = random("10");
  16. pj4 = random("10");
  17. pj5 = random("10");
  18. pj6 = random("10");
  19. pj7 = "2";
  20. tellTarget("/b-stand")
  21. {
  22.    gotoAndStop(2);
  23. }
  24. tellTarget("/b-hit")
  25. {
  26.    gotoAndStop(2);
  27. }
  28. tellTarget("/b-deal")
  29. {
  30.    gotoAndStop(2);
  31. }
  32. stop();
  33.